Adding some more judges, here and there.
[andmenj-acm.git] / UVa / 10110 - Light, more light / Makefile.win
blobb55fb2e28526f1eccb1d585c02fa3e8cd592fe71
1 # Project: 10110\r
2 # Makefile created by Dev-C++ 4.9.9.2\r
3 \r
4 CPP  = g++.exe -D__DEBUG__\r
5 CC   = gcc.exe -D__DEBUG__\r
6 WINDRES = windres.exe\r
7 RES  = \r
8 OBJ  = 10110.o 10110-2.o $(RES)\r
9 LINKOBJ  = 10110.o 10110-2.o $(RES)\r
10 LIBS =  -L"D:/Programs/Dev-Cpp/lib"  -g3 \r
11 INCS =  -I"D:/Programs/Dev-Cpp/include" \r
12 CXXINCS =  -I"D:/Programs/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"D:/Programs/Dev-Cpp/include/c++/3.4.2/backward"  -I"D:/Programs/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"D:/Programs/Dev-Cpp/include/c++/3.4.2"  -I"D:/Programs/Dev-Cpp/include" \r
13 BIN  = 10110.exe\r
14 CXXFLAGS = $(CXXINCS)   -g3\r
15 CFLAGS = $(INCS)   -g3\r
16 RM = rm -f\r
18 .PHONY: all all-before all-after clean clean-custom\r
20 all: all-before 10110.exe all-after\r
23 clean: clean-custom\r
24         ${RM} $(OBJ) $(BIN)\r
26 $(BIN): $(OBJ)\r
27         $(CPP) $(LINKOBJ) -o "10110.exe" $(LIBS)\r
29 10110.o: 10110.cpp\r
30         $(CPP) -c 10110.cpp -o 10110.o $(CXXFLAGS)\r
32 10110-2.o: 10110-2.cpp\r
33         $(CPP) -c 10110-2.cpp -o 10110-2.o $(CXXFLAGS)\r